home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE09
/
CLINIC
/
LISTBOXU.DFM
/
LISTBOXU.txt
Wrap
Text File
|
1996-02-18
|
2KB
|
143 lines
object Form1: TForm1
Left = 200
Top = 99
BorderStyle = bsSingle
Caption = 'Form1'
ClientHeight = 252
ClientWidth = 289
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object SListbox1: TSListbox
Left = 8
Top = 8
Width = 129
Height = 236
ItemHeight = 13
Items.Strings = (
'A'
'B'
'C'
'D'
'E'
'F'
'G'
'H'
'I'
'J'
'K'
'L'
'M'
'N'
'O'
'P'
'Q'
'R'
'S'
'T'
'U'
'V'
'W'
'X'
'Y'
'Z'
'a'
'b'
'c'
'd'
'e'
'f'
'g'
'h'
'i'
'j'
'k'
'l'
'm'
'n'
'o'
'p'
'q'
'r'
's'
't'
'u'
'v'
'w'
'x'
'y'
'z')
MultiSelect = True
TabOrder = 0
OnScroll = ListboxScroll
OnSelChange = ListboxSelChange
end
object SListbox2: TSListbox
Left = 144
Top = 8
Width = 137
Height = 236
ItemHeight = 13
Items.Strings = (
'A'
'B'
'C'
'D'
'E'
'F'
'G'
'H'
'I'
'J'
'K'
'L'
'M'
'N'
'O'
'P'
'Q'
'R'
'S'
'T'
'U'
'V'
'W'
'X'
'Y'
'Z'
'a'
'b'
'c'
'd'
'e'
'f'
'g'
'h'
'i'
'j'
'k'
'l'
'm'
'n'
'o'
'p'
'q'
'r'
's'
't'
'u'
'v'
'w'
'x'
'y'
'z')
MultiSelect = True
TabOrder = 1
OnScroll = ListboxScroll
OnSelChange = ListboxSelChange
end
end